home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Tertiary Source / Select Multiple Files.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  230 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef SELECTMULTIPLEFILES_H_
  2. #define SELECTMULTIPLEFILES_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. void SelectPICTFilesToMerge(short *numFiles, FSSpec **fileList);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.  
  14. #endif // SELECTMULTIPLEFILES_H_